IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > ReflectionFns Class > GetTypesImplementing Method : GetTypesImplementing(Type,IEnumerable<Assembly>) Method |
'Declaration
Public Overloads Shared Function GetTypesImplementing( _ ByVal type As Type, _ ByVal assemblies As IEnumerable(Of Assembly) _ ) As Type()
'Usage
Dim type As Type Dim assemblies As IEnumerable(Of Assembly) Dim value() As Type value = ReflectionFns.GetTypesImplementing(type, assemblies)
public static Type[] GetTypesImplementing( Type type, IEnumerable<Assembly> assemblies )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2